<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix {
	zoom:1
}
.clearfix:after {
	content:".";
	width: 0;
	height: 0;
	visibility:hidden;
	display: block;
	clear:both;
	overflow:hidden
}
/* æœ¬æ¡ˆä¾‹CSS*/
header {
	position: relative;
	z-index:9999;
}
.wrap-nav {
	width: 1300px;
	margin:0 auto;
}
#nav {
	display: flex;
	display: flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
ul.nav {
	display: inline-flex;
	flex:1;
	padding-left: 46px;
}
li.nav-item {
    padding: 0 20px;
}
li.nav-item&gt;a,.nav-tel{
	line-height: 82px;
}
li.nav-item&gt;a {
    float: left;
	display: block;
	font-size: 16px;
	position: relative;
}
li.nav-item&gt;a::before {
	display: none;
	content:'';
	position: absolute;
	left:  50%;
	bottom: 0;
	position: absolute;
}
li.nav-item:hover&gt;a,li.nav-item.active&gt;a {
	color: #0d62cd;
}
li.nav-item:hover&gt;a::before,li.nav-item.active&gt;a::before {
	display: block;
}
.nav-tel{
	float: left;
	color: #2a78dc;
	padding-left: 38px;
	font-size: 19px;
	font-weight: bold;
	display: block;
	background: url(../img/tel24h.png) no-repeat 0 22px;
}
/* äºŒçº§èœå• */
.subMenu {
	display: none;
	position: absolute;
	top: 82px;
	left: 0;
	padding-top: 30px;
	width: 100%;
	height: 180px;
	border-top: 1px solid #d3dde9;
	/* border-top: 1px solid #cdd6e0; */
	background-color: #ededed;

}
.subMenu&gt;ul {
	display: flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	padding-right: -18px;
}
.subMenu ul li p{
	text-align: center;
	padding-bottom: 12px;
}
.subMenu ul li img{
	width: 110px;
	height: 80px;
	border-radius: 2px;
}
.subMenu&gt;ul&gt;li&gt;a {
	display: block;
	padding: 0 24px 0 0;
	text-align:center;
	line-height: 50px;
}
.subMenu&gt;ul&gt;li&gt;a:hover {
	color: #0d62cd;
}
</pre></body></html>